home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_36030.txt < prev    next >
Text File  |  1988-12-19  |  2KB  |  104 lines

  1. -- background: 36030 from stack: in
  2. -- bmap block id: 61512
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=70 top=86 right=280 bottom=440
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 2
  20. -- text size: 24
  21. -- style flags: 0
  22. -- line height: 32
  23. -- part name: 
  24.  
  25.  
  26. -- part 4 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=265 top=317 right=342 bottom=292
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 16560 / 16560
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Next
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   visual effect wipe left
  41.   go to next card
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 5 (button)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=228 top=317 right=342 bottom=255
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 15420 / 15420
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Prev
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   visual effect wipe right
  61.   go to previous card
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 6 (button)
  67. -- low flags: 00
  68. -- high flags: 0004
  69. -- rect: left=1 top=22 right=49 bottom=30
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 21700 / 21700
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Home
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   visual effect iris open
  81.   go Home
  82. end mouseUp
  83.  
  84.  
  85.  
  86. -- part 7 (button)
  87. -- low flags: 00
  88. -- high flags: 0000
  89. -- rect: left=452 top=319 right=342 bottom=490
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 6720 / 6720
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: Return
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   visual effect iris close
  101.   pop card
  102. end mouseUp
  103.  
  104.